home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / BUTTONS / XTOOLBTN / XTOOLBTN.ZIP / xlic.dfm / xlic.txt
Text File  |  1996-05-25  |  2KB  |  84 lines

  1. object MyxTools: TMyxTools
  2.   Left = 438
  3.   Top = 230
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Written using xTools...'
  8.   ClientHeight = 361
  9.   ClientWidth = 290
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object lbWait: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 4
  23.     Height = 16
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     Transparent = True
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 0
  33.     Top = 0
  34.     Width = 290
  35.     Height = 361
  36.     Align = alClient
  37.     BevelInner = bvLowered
  38.     BevelWidth = 2
  39.     Caption = 'Panel1'
  40.     Ctl3D = False
  41.     ParentCtl3D = False
  42.     TabOrder = 0
  43.     object Image: TImage
  44.       Left = 4
  45.       Top = 4
  46.       Width = 282
  47.       Height = 353
  48.       Align = alClient
  49.       AutoSize = True
  50.     end
  51.     object Bevel1: TBevel
  52.       Left = 8
  53.       Top = 8
  54.       Width = 273
  55.       Height = 345
  56.       Shape = bsFrame
  57.     end
  58.     object Label1: TLabel
  59.       Left = 16
  60.       Top = 12
  61.       Width = 261
  62.       Height = 153
  63.       AutoSize = False
  64.       Caption = 
  65.         'xTools by Fabula Software Sch∩┐╜tzenstr. 26    L∩┐╜neburg, Germany  ' +
  66.         '   Phone ++49 (04131) 55 041 Fax   ++49 (04131) 52 495 Web   www' +
  67.         '.fabula.com'
  68.       Font.Color = clBlack
  69.       Font.Height = -16
  70.       Font.Name = 'Courier New'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.       Transparent = True
  74.       WordWrap = True
  75.     end
  76.   end
  77.   object Timer: TTimer
  78.     Interval = 10000
  79.     OnTimer = TimerTimer
  80.     Left = 236
  81.     Top = 192
  82.   end
  83. end
  84.